home *** CD-ROM | disk | FTP | other *** search
/ Champak 142 / Volume 142 Oct 17 2011 - Damaged.iso / Games / parasite-x.swf / scripts / DefineButton2_79 / BUTTONCONDACTION on(release).as
Text File  |  2011-10-17  |  165b  |  8 lines

  1. on(release){
  2.    gotoAndPlay(16);
  3.    stopAllSounds();
  4.    kirupaSound = new Sound(this);
  5.    kirupaSound.attachSound("coolsound");
  6.    kirupaSound.start(0,99);
  7. }
  8.